ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / InitialItemsCount Property

In This Topic
    InitialItemsCount Property (IItemsSource<T>)
    In This Topic
    Gets or sets a number value which decides the count of the initial loaded items.
    Syntax
    'Declaration
     
    Property InitialItemsCount As Nullable(Of Integer)
    Nullable<int> InitialItemsCount {get; set;}
    Remarks
    It only works when the DisableServerRead property is false and no paging mode. It only accepts a number which equals or greater than 0 or null. When it is set to null, that means all the items would be loaded in the client.
    See Also